home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Nature_Brown / forms.css next >
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.4 KB  |  99 lines

  1. body {
  2. scrollbar-arrow-color: rgb(255,255,255);
  3. scrollbar-base-color: rgb(0,0,0);
  4. scrollbar-dark-shadow-color: rgb(0,0,0);
  5. scrollbar-track-color: rgb(183,66,19);
  6. scrollbar-face-color: rgb(90,6,6);
  7. scrollbar-shadow-color: rgb(90,6,6);
  8. scrollbar-highlight-color: rgb(221,221,221);
  9. scrollbar-3d-light-color: rgb(128,128,128)
  10. }
  11.  
  12. input[type="button"]{
  13.   background-color: rgb(90,6,6);
  14.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  15.   font-size: 1em;
  16.   color: rgb(255,255,255);
  17.   border: 2px outset rgb(132,115,48)
  18. }
  19.  
  20.  input[type="submit"]{
  21.   background-color: rgb(90,6,6);
  22.   font-family: Tahoma Verdana Arial Helvetica Sans-serif ;
  23.   font-size: 1em;
  24.   color: rgb(255,255,255);
  25.   border: 2px outset rgb(132,115,48)
  26. }
  27.  
  28.  input[type="reset"] {
  29.   background-color: rgb(90,6,6);
  30.   font-family: Tahoma Verdana Arial Helvetica Sans-serif ;
  31.   font-size: 1em;
  32.   color: rgb(255,255,255);
  33.   border: 2px outset rgb(132,115,48)
  34. }
  35.  
  36. input[type="text"]{
  37.   background-color: rgb(183,66,19);
  38.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  39.   color: rgb(90,6,6);
  40.   border: solid 1px rgb(90,6,6)
  41. }
  42.  
  43.  input[type="password"] {
  44.   background-color: rgb(183,66,19);
  45.   font-family: Tahoma Verdana Arial Helvetica Sans-serif ;
  46.   color: rgb(90,6,6);
  47.   border: solid 1px rgb(90,6,6)
  48. }
  49.  
  50. input[type="checkbox"] {
  51.   background-color: rgb(90,6,6);
  52.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif
  53. }
  54.  
  55. input[type="radio"] {
  56.   background-color: rgb(183,66,19);
  57.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif
  58. }
  59.  
  60. input[type="file"] {
  61.   background-color: rgb(183,66,19);
  62.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  63.   color: rgb(90,6,6);
  64.   border: solid 1px rgb(90,6,6)
  65. }
  66.  
  67. textarea {
  68.   background-color: rgb(183,66,19);
  69.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  70.   color: rgb(90,6,6);
  71.   font-size: 1em;
  72.   border: solid 1px rgb(90,6,6)
  73. }
  74.  
  75. select {
  76.   background-color: rgb(183,66,19);
  77.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  78.   color: rgb(90,6,6);
  79.   border: solid 1px rgb(90,6,6)
  80. }
  81.  
  82. selectoption { 
  83.  
  84. }
  85.  
  86. fieldset {
  87.   border: solid 1px rgb(90,6,6)
  88. }
  89.  
  90. legend {
  91.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  92.   color: rgb(90,6,6);
  93.   border: solid 1px rgb(90,6,6)
  94. }
  95.  
  96. label {
  97.   font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
  98.   color: rgb(90,6,6)
  99. }